home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 5 / Hot Mix 5.iso / bin / InstallIt2 < prev    next >
Text File  |  1993-08-27  |  1KB  |  39 lines

  1. #!/bin/csh
  2.  
  3. #
  4. #   Modified for icon on main workspace window
  5. #        [nlouie -- Tue Apr  6 17:55:52 PDT 1993]
  6. #
  7.  
  8. if (! -d /usr/lib/filetype/install) then
  9.     mkdir /usr/lib/filetype/install
  10. endif
  11.  
  12. if (! -d /usr/lib/filetype/install/iconlib) then
  13.     mkdir /usr/lib/filetype/install/iconlib
  14. endif
  15.  
  16. cp bin/hotmix.ftr /usr/lib/filetype/install
  17. cp bin/hotmixopen.fti /usr/lib/filetype/install/iconlib
  18. cp bin/hotmixclosed.fti /usr/lib/filetype/install/iconlib
  19.  
  20. #  Make the hotmix.wsrc file for the icon to appear on the 
  21. #  main WorkSpace window
  22. #
  23.  
  24. #touch /usr/lib/workspace/hotmix.wsrc
  25. #echo "$HOTMIXDIR/hotmix5 0 450 437 0 734654730 hotmixExecutable" >> /usr/lib/workspace/hotmix.wsrc
  26. #fetch -g -p 450,437 $HOTMIXDIR/hotmix5
  27.  
  28. cd /usr/lib/filetype
  29. echo "Please wait while the HotMix icon is installed."
  30. make >&/dev/null
  31.  
  32. echo " "
  33. echo "Installation of the icon complete."
  34. echo "Please restart workspace to view the new HotMix icon."
  35. echo " "
  36. echo "Press return to exit this window and run the HotMix\!"
  37. set a = $<
  38.